CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - i2c master

搜索资源列表

  1. I2C_Master

    0下载:
  2. MSP430F5438 I2C 主机代码-MSP430F5438 I2C Master Mode code
  3. 所属分类:SCM

    • 发布日期:2015-06-26
    • 文件大小:75776
    • 提供者:lights
  1. I2cMaster

    0下载:
  2. i2c master library for msp430
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3250
    • 提供者:Thanh
  1. msp430g2x55_uscib0_i2c

    0下载:
  2. msp430g2x55,IIC代码,USCI_B0 I2C Master TX multiple bytes to MSP430-msp430g2x55,IIC,USCI_B0 I2C Master TX multiple bytes to MSP430
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:9958
    • 提供者:沈思
  1. Chapter-7

    0下载:
  2. 7.2 I2C Master Controller设计 7.3 I2C Master Controller Testbench设计-7.2 I2C Master Controller Design 7.3 I2C Master Controller Testbench Design
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1628123
    • 提供者:shixiaodong
  1. I2C_Master

    0下载:
  2. I2C 通信,主机方式的modulesim 仿真. 可以在此基础上进行封装,实现通用I2C 主机通信方式-I2C communication, the host mode modulesim simulation can be carried out based on this package, to achieve universal means of communication I2C master
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:143965
    • 提供者:julie
  1. i2c_verilog

    0下载:
  2. I2C Master IP 核 I2C is a two-wire, bi-directional serial bus that provides a simple and efficient method of data exchange between devices. It is most suitable for applications requiring occasional communication over a short distance between
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:11373
    • 提供者:qingmingyang
  1. i2c_verilog

    0下载:
  2. I2C master verilog. write and read are tested well.
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:2941
    • 提供者:alice
  1. I2C

    0下载:
  2. 此程序是I2C操作平台(主方式的软件平台)的底层的C子程序,如发送数据 及接收数据,应答位发送,并提供了几个直接面对器件的操作函数,它很方便的 与用户程序连接并扩展..... -This program is I2C platform (master mode software platform) in the bottom of the C routines, such as sending data And receive data, send an acknowledge bi
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:26822
    • 提供者:mr zhang
  1. i2c

    0下载:
  2. 基于STM32F407系列芯片的,通过软件来模拟的IIC总线的主设备,读取MAC地址芯片里面的MAC地址。-Based on STM32F407 series chips through software to simulate the IIC bus master device reads the chip inside the MAC address MAC address.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:2740
    • 提供者:张微微
  1. VHDL-I2C

    0下载:
  2. 精品I2C代码,有多种不同设置,主、从、地址可调。-Boutique I2C code, there are many different settings, master, slave, address adjustable.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:76207
    • 提供者:t
  1. i2c_latest.tar

    0下载:
  2. i2C总线的控制器核,实现了I2C的主站功能。-I2C is a two-wire, bidirectional serial bus that provides a simple, efficient method of data exchange between devices. It is primarily used in the consumer and telecom market sector and as a board level communications protocol
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:1479677
    • 提供者:
  1. i2c-designware-pcidrv

    0下载:
  2. Synopsys DesignWare I2C adapter driver (master only).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2136
    • 提供者:dieqinyin
  1. msp430g2xx3_uscia0_uart_07_9600

    0下载:
  2. Descr iption: This demo connects two MSP430 s via the I2C bus. The master // transmits to the slave. This is the master code. It continuously // transmits 00h, 01h, ..., 0ffh and demonstrates how to implement an I2C // master transmitter sendin
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1197
    • 提供者:李云迪
  1. msp430g2xx3_uscib0_i2c_05

    0下载:
  2. Descr iption: This demo connects two MSP430 s via the I2C bus. The master // transmits to the slave. This is the master code. It continuously // transmits 00h, 01h, ..., 0ffh and demonstrates how to implement an I2C // master transmitter sendin
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:1224
    • 提供者:李云迪
  1. I2C

    0下载:
  2. 这个是I2C总线的程序,相信学过单片机的同学,应该都知道I2C总线,它是单片机中非常常见的一 个通信总线,且是非常重要的。很多的芯片都使用这种通信协议,比如DS1802温度传感器,DS1302 时钟芯片等都是使用这种通信协议的。所以,同于刚接触单片机的同学,一开始掌握这种通信协议 可能有点难度,所以,这个程序是比较通俗易懂,可以有效帮助您掌握I2C这个总线的控制。-This is the I2C bus procedures, I believe learned S
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:9217
    • 提供者:痞子赖
  1. I2c

    0下载:
  2. VIIC_C51.h 此程序是I2C操作平台(主方式的软件平台)的底层的C子程序,如发送数据 及接收数据,应答位发送,并提供了几个直接面对器件的操作函数,它很方便的 与用户程序连接并扩展..... 函数是采用软件延时的方法产生SCL脉冲,固对高晶振频率要作 一定的修改....(本例是1us机器周期,即晶振频率要小于12MHZ) -VIIC_C51.h This procedure is I2C operating platform (master mode softw
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2001
    • 提供者:handson
  1. i2c

    0下载:
  2. i2c code in Verilog , with master and slave it will help user for his work and interface design using i2c
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:14707
    • 提供者:shobhit
  1. I2C

    0下载:
  2. 良好的信息提供给他们,了解单片机入门级的信息,以帮助您掌握单片机技术IIC。- Good information available to them, the entry-level understanding of SCM information to help you master microcontroller technology II
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:93647
    • 提供者:qin
  1. i2c_master

    0下载:
  2. I2C master 16 bit addr verlog 代码-verlog i2c master
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1613
    • 提供者:jimmy
  1. i2c_module

    0下载:
  2. 这是本人的i2c主从模块,均通过本人的工程验证,值得推荐,大家可以参考参考。-this is my i2c master and slave module,all can download it see see
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:135153
    • 提供者:ydy
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com